github.com/jackc/pgx/v5.Conn.failedDescribeStatement (field)
6 uses
github.com/jackc/pgx/v5 (current package)
conn.go#L71: failedDescribeStatement string
conn.go#L320: if c.failedDescribeStatement != "" {
conn.go#L321: err = c.Deallocate(ctx, c.failedDescribeStatement)
conn.go#L323: return nil, fmt.Errorf("failed to deallocate previously failed statement %q: %w", c.failedDescribeStatement, err)
conn.go#L325: c.failedDescribeStatement = ""
conn.go#L362: c.failedDescribeStatement = psKey
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)